home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Feedbacks and Questions - ODF R1
- Sent: 5/19/96 4:49 PM
- Received: 5/22/96 8:31 AM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >Given the suggestions above, I tried to modify ODFButton.
- >I've read about used shape in OpenDoc Programmer's guide, but I was not
- >sure where to put the methods like ChangeUsedShape and UsedShapeChanged
- >( Are these used in ODF? ). So what I did is modifying Draw method just as
- >the same as ODFClock does.
-
- Look at the ODFClock. It maintains an oval used shape which is very
- similar to what you want to do.
-
- >Although I tried with roundRect, CW8 reports errors about FW_kFrame and
- >FW_kFill so I just did it to see what's gonna happen with oval.
-
- Check the API of FW_CRoundRectShape::RenderRoundRect. It has more
- parameters than RenderOval.
-